Builder

data class Builder(presence: String? = null, displayNameOrderFirstNameFirst: Boolean? = null, ringingOnDnd: Boolean? = null, applyCalendarPresence: Boolean? = null, applyMsTeamsPresence: Boolean? = null)

Constructors

Link copied to clipboard
constructor(presence: String? = null, displayNameOrderFirstNameFirst: Boolean? = null, ringingOnDnd: Boolean? = null, applyCalendarPresence: Boolean? = null, applyMsTeamsPresence: Boolean? = null)

Functions

Link copied to clipboard
fun applyCalendarPresence(applyCalendarPresence: Boolean?): UserSettingsBody.Builder
Link copied to clipboard
fun applyMsTeamsPresence(applyMsTeamsPresence: Boolean?): UserSettingsBody.Builder
Link copied to clipboard
Link copied to clipboard
fun displayNameOrderFirstNameFirst(displayNameOrderFirstNameFirst: Boolean?): UserSettingsBody.Builder
Link copied to clipboard
fun presence(presence: String?): UserSettingsBody.Builder

Could be one of these values online, away, invisible, dnd

Link copied to clipboard
fun ringingOnDnd(ringingOnDnd: Boolean?): UserSettingsBody.Builder